SlideObject Object,H_Pixels,V_Pixels,Number_of_Steps This instruction allows an object to be displaced. The specific location to where object is to be moved is brokendown to the H destination and the V destination, both are in pixels. Number_of_Steps indicates the number of intermediary positions that the object must take before arriving at its destination. The greater the number of steps the longer the displacement time. SlideObject MySelf,100*(Toto/10),100,10 SlideObject MySelf,MouseH,MouseV,5 SlideObject Object,Object.Right,Object.Top,10